From fd19163c9e32d919549196dd2d2b07f197f21457 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Huchet?= Date: Sat, 29 Apr 2017 12:42:56 +0200 Subject: [PATCH] Added a base font size --- src/doc/stylesheets/all.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/doc/stylesheets/all.css b/src/doc/stylesheets/all.css index 5ed49be72..46b0343ea 100644 --- a/src/doc/stylesheets/all.css +++ b/src/doc/stylesheets/all.css @@ -17,6 +17,7 @@ body { -webkit-align-items: center; align-items: center; font-family: sans-serif; + font-size: 16px; } a { color: #00ac5b; text-decoration: none; } -- 2.30.2